-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APiView changes to add package name and version for python in review #1194
APiView changes to add package name and version for python in review #1194
Conversation
VersionString and Version properties should not be set by parser. This is set by API view tool itself. Change in this PR is to set package name and package version |
ae37649
to
d83c9ca
Compare
self.Version = pkg_version | ||
self.VersionString = ver_string | ||
self.Version = 0 | ||
self.VersionString = "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this intentional? Wouldn't we want this meta-data?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup. APIView tool sets these two fields when it parses ast.
Change to include python package name and version in review to support finding a review for a package.